home *** CD-ROM | disk | FTP | other *** search
/ HomePC Sneak Peeks / Home PC Sneak Peeks (CMP Media, Inc.)(1996).ISO / qtwsetup / qtinstal.ini < prev   
INI File  |  1995-06-22  |  3KB  |  85 lines

  1. ; The following is the format for the optional configuration
  2. ; file that can be used with QTINSTAL.EXE.  If used, it must
  3. ; be named QTINSTAL.INI, and it must be located in the same 
  4. ; directory as QTINSTAL.EXE.  For all of the options listed
  5. ; except DialogStyle, a value of 1 enables the option, a 
  6. ; value of zero disables it.  
  7.  
  8. ; Although all combinations are designed to work (i.e., the 
  9. ; program will run correctly), not all combinations of options 
  10. ; will yield a viable result.  For example, creating a program 
  11. ; group without unpacking the files would probably not be a 
  12. ; good idea.
  13.  
  14.    ; All options must be under this section.
  15. [Options]                   
  16.  
  17.    ; Specify one of the following values:
  18.    ;    1 = Thin frame
  19.    ;    2 = System menu                            
  20.    ;    3 = Thin frame and system menu                            
  21.    ;    default = thick frame, no system menu                            
  22. DialogStyle=3               
  23.  
  24.    ; 1 shows background window with QuickTime banner.
  25.    ; 0 shows no background window.  0 is useful when
  26.    ; QTINSTAL is to be called from another program.
  27. StandAlone=1                
  28.  
  29.    ; CTL3D look.  1 = CTL3D, 0 = no CTL3D
  30. Ctl3D=1                     
  31.  
  32.    ; Run dialogs that scan disk checking for
  33.    ; existing versions.
  34. CheckExistingVersions=1     
  35.  
  36.    ; Update user INI files or do not.
  37. UpdateIniFiles=1            
  38.  
  39.    ; Create user groups or do not.
  40. CreateGroups=0              
  41.  
  42.    ; Unpack files from executable and write them.
  43.    ; Care and consideration should be used before 
  44.    ; setting this option to false, since a false
  45.    ; value means no files will be installed.
  46. UnpackFiles=1               
  47.  
  48.    ; Run opening dialog prompting user to start
  49.    ; install.
  50. PromptToBegin=1             
  51.  
  52.    ; Final "do you want to continue" dialog before                            
  53.    ; files are written.
  54. PromptToComplete=1          
  55.                             
  56.    ; Dialog indicating that install has completed
  57.    ; successfully.
  58. SuccessDialog=1             
  59.    
  60.                          
  61.    ; If this option is used, the specified name is
  62.    ; used as the group name (i.e., the name as it
  63.    ; displays in the window titlebar, not the group
  64.    ; filename) that the install will use when
  65.    ; installing the QuickTime icons.  For example, 
  66.    ; the option shown would use the group name
  67.    ; "My Group."  If the group does not exist it will 
  68.    ; be created.
  69.  
  70.    ; This option is can be used to add the QuickTime
  71.    ; applications to an existing group file.
  72.  
  73.    ; The string used to specify a group name should
  74.    ; be tested in actual use, since there is a 
  75.    ; practical upper limit to the number of 
  76.    ; characters Windows will use in a window title.
  77. GroupName=My Group          
  78.                             
  79.    ; Unlike most of the other BOOLEAN (1/0) options,
  80.    ; the default for this option is disabled.     
  81.    ; Enabling it allows the user to select to play 
  82.    ; a sample movie once install has been completed.
  83. PlaySampleMovie=0           
  84.  
  85.